.story-wrapper .game-preview {
  line-height: 1.4;
  text-align: center;
  padding: 10px;
  color: #a00000;
}
.story-wrapper .game-preview *,
.story-wrapper .game-preview *:before,
.story-wrapper .game-preview *:after {
  /* the battle with sidearm's CSS continues */
  box-sizing: border-box !important;
}
.story-wrapper .game-preview .row-for-columns {
  display: flex;
  flex-wrap: wrap;
}
.story-wrapper .game-preview .four-cols {
  width: 25%;
}
.story-wrapper .game-preview .three-cols {
  width: 33.333%;
}
.story-wrapper .game-preview .two-cols {
  width: 50%;
}
.story-wrapper .game-preview h2,
.story-wrapper .game-preview h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.story-wrapper .game-preview .versus-info {
  color: white;
}
.story-wrapper .game-preview .versus-info .left-team,
.story-wrapper .game-preview .versus-info .right-team {
  min-height: 100px;
  padding: 10px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-wrapper .game-preview .versus-info .left-team h2,
.story-wrapper .game-preview .versus-info .right-team h2 {
  font-size: 1.6rem;
}
.story-wrapper .game-preview .versus-info .left-team p,
.story-wrapper .game-preview .versus-info .right-team p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.story-wrapper .game-preview .versus-info .left-team .team-logo,
.story-wrapper .game-preview .versus-info .right-team .team-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 4px;
  background-color: white;
}
.story-wrapper .game-preview .versus-info .left-team {
  background-color: #a00000;
}

.story-wrapper .game-preview .at-info {
  color: white;
}
.story-wrapper .game-preview .at-info .left-team,
.story-wrapper .game-preview .at-info .right-team {
  min-height: 100px;
  padding: 10px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-wrapper .game-preview .at-info .left-team h2,
.story-wrapper .game-preview .at-info .right-team h2 {
  font-size: 1.6rem;
}
.story-wrapper .game-preview .at-info .left-team p,
.story-wrapper .game-preview .at-info .right-team p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.story-wrapper .game-preview .at-info .left-team .team-logo,
.story-wrapper .game-preview .at-info .right-team .team-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 4px;
  background-color: white;
}
.story-wrapper .game-preview .at-info .left-team {
  background-color: #a00000;
}

.story-wrapper .game-preview .game-coverage {
  padding: 5px;
  background-color: #f5f5f5;
}
.story-wrapper .game-preview .game-coverage .date-of-event {
  margin: 10px;
  margin-top: 0;
}
.story-wrapper .game-preview .game-coverage .event-links {
  background-color: #ebebeb;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link {
  border: 0 solid #a00000;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a {
  padding: 5px;
  color: #af4648;
  display: block;
  text-decoration: none;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a .heading,
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a .icon,
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a .description {
  display: block;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a .heading {
  font-size: 120%;
  font-weight: 800;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a .description {
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}
.story-wrapper .game-preview .game-coverage .event-links div.single-event-link a:hover {
  color: #a00000;
}
/* Sidearm small and down */
@media (max-width: 539px) {
  .story-wrapper .game-preview .four-cols {
    width: 50%;
  }
  .story-wrapper .game-preview .three-cols:first-child {
    width: 100%;
    border-right: none !important;
  }
  .story-wrapper .game-preview .three-cols {
    width: 50%;
  }
  .story-wrapper .game-preview .two-cols {
    width: 100%;
  }
  .story-wrapper .game-preview .game-coverage .event-links div.link-a,
  .story-wrapper .game-preview .game-coverage .event-links div.link-c {
    border-right-width: 2px;
  }
  .story-wrapper .game-preview .game-coverage .event-links div.link-a,
  .story-wrapper .game-preview .game-coverage .event-links div.link-b {
    border-bottom-width: 2px;
  }
  .story-wrapper .game-preview .versus-info {
    color: white;
  }
  .story-wrapper .game-preview .versus-info .left-team .team-info,
  .story-wrapper .game-preview .versus-info .right-team .team-info {
    margin-right: 80px;
  }

   .story-wrapper .game-preview .at-info {
    color: white;
  }
  .story-wrapper .game-preview .at-info .left-team .team-info,
  .story-wrapper .game-preview .at-info .right-team .team-info {
    margin-right: 80px;
  }
}
/* Sidearm medium and up */
@media (min-width: 540px) {
  .story-wrapper .game-preview .three-cols {
    width: 33.333%;
  }
  .story-wrapper .game-preview .game-coverage .event-links div.link-a,
  .story-wrapper .game-preview .game-coverage .event-links div.link-b,
  .story-wrapper .game-preview .game-coverage .event-links div.link-c {
    border-right-width: 2px;
  }
  .story-wrapper .game-preview .versus-info .left-team .team-info {
    margin-right: 100px;
  }
  .story-wrapper .game-preview .versus-info .left-team .team-logo {
    right: 20px;
    border-radius: 10px 0 0 10px;
  }
  .story-wrapper .game-preview .versus-info .left-team .team-logo::after {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    background-color: white;
    color: #808080;
    font-size: 40px;
    height: 80px;
    font-weight: 500;
    content: "vs";
    z-index: 1;
    line-height: 70px;
  }
  .story-wrapper .game-preview .versus-info .right-team .team-info {
    margin-left: 100px;
  }
  .story-wrapper .game-preview .versus-info .right-team .team-logo {
    left: 20px;
    right: unset;
    border-radius: 0 10px 10px 0;
  }
  .story-wrapper .game-preview .at-info .left-team .team-info {
    margin-right: 100px;
  }
  .story-wrapper .game-preview .at-info .left-team .team-logo {
    right: 20px;
    border-radius: 10px 0 0 10px;
  }
  .story-wrapper .game-preview .at-info .left-team .team-logo::after {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    background-color: white;
    color: #808080;
    font-size: 40px;
    height: 80px;
    font-weight: 500;
    content: "at";
    z-index: 1;
    line-height: 70px;
  }
  .story-wrapper .game-preview .at-info .right-team .team-info {
    margin-left: 100px;
  }
  .story-wrapper .game-preview .at-info .right-team .team-logo {
    left: 20px;
    right: unset;
    border-radius: 0 10px 10px 0;
  }
}